public void setCenterOfRotation( double[] centerOfRotation ) |
Parameters
- centerOfRotation
- A three element array specifying the center of rotation on the cutting plane in world space coordinates.
public void setCenterOfRotation( double[] centerOfRotation ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | When centerOfRotation parameter does not have 3 elements. |